func runtime.findObject
14 uses
runtime (current package)
cgocall.go#L698: b, span, _ := findObject(uintptr(p), 0, 0)
checkptr.go#L104: if base, _, _ := findObject(uintptr(p), 0, 0); base != 0 {
lfstack.go#L61: if base, _, _ := findObject(uintptr(unsafe.Pointer(node)), 0, 0); base != 0 {
mbitmap.go#L1274: func findObject(p, refBase, refOff uintptr) (base uintptr, s *mspan, objIndex uintptr) {
mbitmap.go#L1789: if base, s, _ := findObject(uintptr(p), 0, 0); base != 0 {
mfinal.go#L436: base, span, _ := findObject(uintptr(e.data), 0, 0)
mgc.go#L1956: if base, _, _ := findObject(p2, 0, 0); base != 0 {
mgcmark.go#L1364: if obj, span, objIndex := findObject(p, b, i); obj != 0 {
mgcmark.go#L1464: if obj, span, objIndex := findObject(obj, b, addr-b); obj != 0 {
mgcmark.go#L1574: if obj, span, objIndex := findObject(b, 0, 0); obj != 0 {
mgcmark.go#L1723: _, span, objIndex := findObject(c.tiny, 0, 0)
mheap.go#L1977: base, span, _ := findObject(uintptr(p), 0, 0)
mwbbuf.go#L240: obj, span, objIndex := findObject(ptr, 0, 0)
pinner.go#L369: _, span, objIndex := findObject(uintptr(addr), 0, 0)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |